NSURLCache * cache = [NSURLCache sharedURLCache];
[cache removeAllCachedResponses];
[cache setDiskCapacity:0];
[cache setMemoryCapacity:0];
NSURLCache * cache = [NSURLCache sharedURLCache];
[cache removeAllCachedResponses];
[cache setDiskCapacity:0];
[cache setMemoryCapacity:0];
Dean阅读 1.8k
Swift社区赞 5阅读 815评论 2
Swift社区赞 4阅读 773
Swift社区赞 4阅读 760
Swift社区赞 4阅读 632
Swift社区赞 3阅读 997
Swift社区赞 3阅读 834评论 2
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。